github.com/aws/aws-sdk-go-v2/internal/v4a.SymmetricCredentialAdaptor.getCreds (method)

5 uses

	github.com/aws/aws-sdk-go-v2/internal/v4a (current package)
		credentials.go#L57: 	if asymCreds := s.getCreds(); asymCreds == nil {
		credentials.go#L64: 	asymCreds := s.getCreds()
		credentials.go#L79: 	if asymCreds := s.getCreds(); asymCreds != nil {
		credentials.go#L86: 	if asymCreds := s.getCreds(); asymCreds != nil {
		credentials.go#L113: func (s *SymmetricCredentialAdaptor) getCreds() *Credentials {